home *** CD-ROM | disk | FTP | other *** search
/ Computer Games 95 / Computer Games 95.iso / demos / medieval / _SETUP.1 / MedievalDemo.exe / 0 / RCDATA / TSPLASH / TSPLASH.txt
Encoding:
Text File  |  1998-06-16  |  799 b   |  43 lines

  1. object Splash: TSplash
  2.   Left = 181
  3.   Top = 94
  4.   BorderIcons = [biHelp]
  5.   BorderStyle = bsNone
  6.   Caption = 'Splash'
  7.   ClientHeight = 426
  8.   ClientWidth = 442
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 441
  23.     Height = 425
  24.     BevelWidth = 4
  25.     Color = clBlack
  26.     TabOrder = 0
  27.     object Image1: TImage
  28.       Left = 4
  29.       Top = 4
  30.       Width = 434
  31.       Height = 415
  32.       OnClick = Image1Click
  33.     end
  34.   end
  35.   object Timer1: TTimer
  36.     Enabled = False
  37.     Interval = 4000
  38.     OnTimer = Timer1Timer
  39.     Left = 408
  40.     Top = 16
  41.   end
  42. end
  43.